Q3ViewPlaneCamera_GetCenterX
You can use theQ3ViewPlaneCamera_GetCenterX
function to get the horizontal center of the viewed object.
TQ3Status Q3ViewPlaneCamera_GetCenterX ( TQ3CameraObject camera, float *centerXOnViewPlane);
camera
- A view plane camera object.
centerXOnViewPlane
- On exit, the x coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_GetCenterX
function returns, in thecenterXOnViewPlane
parameter, the x coordinate of the center of the viewed object of the camera specified by thecamera
parameter.